GUI Help > Fonts > isFontUnderlined

isFontUnderlined
bool underlined=isFontUnderlined(handle font)

Description:
Used to determine if a font is underlined or not.

Return Value:
Returns 1 if the specified font is underlined, or 0 if it is not.

Parameters:
font Handle of a font.
Remarks:


See Also:


Example:
(Note: You will need to include the GUI constants file for this example to work)